home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
551-575
/
disk_556
/
scheme2c
/
scheme-src.lzh
/
scrt
/
fromc
< prev
next >
Wrap
Text File
|
1991-10-11
|
2KB
|
27 lines
;; ===build instructions
lc -. apply ; output= apply.o input= apply.c objects.h scinit.h apply.h callcc.h cio.h heap.h objects.h signal.h
lc -. callcc ; output= callcc.o input= callcc.c objects.h scinit.h apply.h callcc.h cio.h heap.h objects.h signal.h
lc -. cio ; output= cio.o input= cio.c objects.h scinit.h apply.h callcc.h cio.h heap.h objects.h signal.h
lc -. heap ; output= heap.o input= heap.c objects.h scinit.h apply.h callcc.h cio.h heap.h objects.h signal.h
lc -. objects ; output= objects.o input= objects.c objects.h scinit.h apply.h callcc.h cio.h heap.h objects.h signal.h
lc -. scdebug ; output= scdebug.o input= scdebug.c objects.h
lc -. sceval ; output= sceval.o input= sceval.c objects.h
lc -. scexpand ; output= scexpand.o input= scexpand.c objects.h
lc -. scexpanders1 ; output= scexpanders1.o input= scexpanders1.c objects.h
lc -. scexpanders2 ; output= scexpanders2.o input= scexpanders2.c objects.h
lc -. scinit ; output= scinit.o input= scinit.c objects.h scinit.h apply.h callcc.h cio.h heap.h objects.h signal.h
lc -. scqquote ; output= scqquote.o input= scqquote.c objects.h
lc -. screp ; output= screp.o input= screp.c objects.h
lc -. scrt1 ; output= scrt1.o input= scrt1.c objects.h
lc -. scrt2 ; output= scrt2.o input= scrt2.c objects.h
lc -. scrt3 ; output= scrt3.o input= scrt3.c objects.h
lc -. scrt4 ; output= scrt4.o input= scrt4.c objects.h
lc -. scrt5 ; output= scrt5.o input= scrt5.c objects.h
lc -. scrt6 ; output= scrt6.o input= scrt6.c objects.h
lc -. scrt7 ; output= scrt7.o input= scrt7.c objects.h
lc -. signal ; output= signal.o input= signal.c objects.h scinit.h apply.h callcc.h cio.h heap.h objects.h signal.h
join as sc.lib apply.o callcc.o cio.o heap.o objects.o scdebug.o sceval.o scexpand.o scexpanders1.o scexpanders2.o scinit.o scqquote.o screp.o scrt1.o scrt2.o scrt3.o scrt4.o scrt5.o scrt6.o scrt7.o signal.o ; output= sc.lib input= apply.o callcc.o cio.o heap.o objects.o scdebug.o sceval.o scexpand.o scexpanders1.o scexpanders2.o scinit.o scqquote.o screp.o scrt1.o scrt2.o scrt3.o scrt4.o scrt5.o scrt6.o scrt7.o select.o signal.o
lc -. sci ; output= sci.o input= sci.c objects.h
lc -. -M -L+sc.lib sci ; output= sci input= sc.lib sci.o
;; ===endbuild